var github.com/refraction-networking/utls.defaultCipherSuitesTLS13
6 uses
github.com/refraction-networking/utls (current package)
defaults.go#L80: var defaultCipherSuitesTLS13 = []uint16{
handshake_client.go#L154: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13...)
handshake_server_tls13.go#L179: preferenceList := defaultCipherSuitesTLS13
u_handshake_client.go#L276: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13...)
u_parrots.go#L3001: tls13ciphers := make([]uint16, len(defaultCipherSuitesTLS13))
u_parrots.go#L3002: copy(tls13ciphers, defaultCipherSuitesTLS13)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |